Add OIDC userinfo endpoint for User-Agent to obtain claims about the End-User#76
Add OIDC userinfo endpoint for User-Agent to obtain claims about the End-User#76shawnhankim wants to merge 1 commit intonginxinc:mainfrom
Conversation
|
312304f to
7ebe23b
Compare
7ebe23b to
8403c0d
Compare
|
Information from location = /foobar {
error_page 401 = @do_oidc_flow;
proxy_intercept_errors on;
proxy_ssl_server_name on;
proxy_set_header Authorization "Bearer $access_token";
proxy_pass $oidc_userinfo_endpoint;
} |
|
fedccf9 to
5441a04
Compare
remove /userinfo location Add userinfo endpoint in README.md
cb1954f to
c9690c3
Compare
|
Issue:
Background:
As a Product Manager (PM) of NGINX Management Suite - API Connectivity Management (NMS-ACM) or a PM of SPA,
I want a User-Agent to obtain claims about End-User to show signed-in user information in detail using the OIDC userinfo endpoint of the OP.
Description:
$oidc_userinfo_endpointoidc_userinfo_endpoint.